home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / prog / asmsrc / remrad.lha / remrad.s
Encoding:
Text File  |  1994-06-05  |  416 b   |  33 lines

  1.  
  2.     ;new version of ks1.3 remrad, cbm had bug, didnt clear
  3.     ;coolcapture. bug fixed on ks2+ (i hope?)
  4.     
  5.     ;by shagratt/LSD
  6.     
  7.     section    ddp,code
  8.  
  9.     move.l    4,a6
  10.     
  11.     move.l    #task,a1
  12.     jsr    -294(a6)        ; find task
  13.     cmp.l    #0,d0
  14.     beq    no_task    
  15.     
  16.     move.l    d0,a1
  17.     jsr    -288(a6)        ; rem task
  18.         
  19. no_task:
  20.     move.l    #0,$222(a6)
  21.     move.l    #0,$226(a6)
  22.     move.l    #0,$22a(a6)
  23.  
  24.     clr.l    d0
  25.     rts
  26.  
  27.  
  28. task:    dc.b    "RAD",0
  29.  
  30.     dc.b    "RemRad - by Shagratt/LSD"
  31.     
  32.     
  33.